home *** CD-ROM | disk | FTP | other *** search
/ Nature's Bounty / Nature's Bounty.iso / go.bat
DOS Batch File  |  1980-01-03  |  1KB  |  31 lines

  1. @echo off
  2. cls
  3. if not exist nb\moon.exe goto nocd
  4. echo.
  5. echo.
  6. echo.
  7. echo.
  8. echo.
  9. echo   █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  10. echo   █                                                                         █
  11. echo   █   Press the "Ctrl" and "Break" keys together to quit the program at     █
  12. echo   █   any time.                                                             █
  13. echo   █                                                                         █
  14. echo   █   Type "EXIT" at the first prompt after leaving the program.  It will   █
  15. echo   █   assure you to restore all your original drivers.                      █
  16. echo   █                                                                         █
  17. echo   █   Enjoy "Nature's Bounty" . . .                                         █
  18. echo   █                                                                         █
  19. echo   █   Press any key to continue . . .                                       █
  20. echo   █                                                                         █
  21. echo   █                                                                         █
  22. echo   █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  23. Pause>nul
  24. cd nb
  25. moon start -c
  26. cd\
  27. goto end
  28. :nocd
  29. echo Please change the current drive to your CD-Rom drive and then type GO.
  30. :end
  31.